home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.poz == "b")
- {
- if(0 < _root.draglej)
- {
- if(_root.draglej == 8 || _root.draglej == 9)
- {
- _root.venca.tripnum = _root.draglej;
- _root.d_venca.l = "mon_021_i8_100";
- _root.d_venca.i = "go";
- }
- else if(eval("_root.mon_021_i" add _root.draglej add "_100") == undefined)
- {
- _root.d_venca.l = "mon_021_iundef_100";
- _root.d_venca.i = "go";
- }
- else
- {
- _root.d_venca.l = "mon_021_i" add _root.draglej add "_100";
- _root.d_venca.i = "go";
- }
- _root.stopdragall();
- }
- else
- {
- _root.d_venca.l = "mon_021_100";
- _root.d_venca.i = "go";
- }
- _root.hideall();
- }
- else
- {
- _root.venca.gotoAndPlay(_root.poz add "b");
- _root.stopdragall();
- }
- }
-